Purpose |
Return information about the executing program. |
||||||||||||
Syntax |
h& = EXE.Inst f$ = EXE.Extn$ f$ = EXE.Full$ f$ = EXE.Name$ f$ = EXE.Namex$ f$ = EXE.Path$ |
||||||||||||
Remarks |
You can use EXE to retrieve information about the executing program, including the complete path and file name, or just a selected part of it. If the reference is physically located within a DLL, the returned data describes the executable program which loaded it.
|
||||||||||||
See also |